File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed 
src/Microsoft.Data.SqlClient 
src/Microsoft/Data/SqlClient Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 628628    <Compile  Include =" Common\System\Net\Security\SecurityBufferType.cs" 
629629    <Compile  Include =" Common\System\Net\SecurityStatusPal.cs" 
630630    <Compile  Include =" Common\System\Threading\Tasks\TaskToApm.cs" 
631-     <Compile  Include =" Common\System\Runtime\CompilerServicesOverride\RuntimeHelpers.cs" 
632631    <Compile  Include =" Interop\SNINativeMethodWrapper.Common.cs" 
633632    <Compile  Include =" Microsoft\Data\Common\DbConnectionOptions.cs" 
634633    <Compile  Include =" Microsoft\Data\SqlClient\LocalDBAPI.cs" 
635634    <Compile  Include =" Microsoft\Data\SqlClient\Reliability\SqlConfigurableRetryLogicManager.NetCoreApp.cs" 
635+     <Compile  Include =" Microsoft\Data\SqlClient\RuntimeHelpers.cs" 
636636    <Compile  Include =" Microsoft\Data\SqlClient\SNI\ConcurrentQueueSemaphore.cs" 
637637    <Compile  Include =" Microsoft\Data\SqlClient\SNI\SNIError.cs" 
638638    <Compile  Include =" Microsoft\Data\SqlClient\SNI\SNICommon.cs" 
Original file line number Diff line number Diff line change 11using  System . Diagnostics ; 
22
3- namespace  System . Runtime . CompilerServicesOverride 
3+ namespace  Microsoft . Data . SqlClient 
44{ 
55    internal  struct  RuntimeHelpers 
66    { 
Original file line number Diff line number Diff line change 1414using  System . Globalization ; 
1515using  System . IO ; 
1616using  System . Reflection ; 
17- using  RuntimeHelpers  =  System . Runtime . CompilerServicesOverride . RuntimeHelpers ; 
1817using  System . Runtime . CompilerServices ; 
1918using  System . Text ; 
2019using  System . Text . Json ; 
Original file line number Diff line number Diff line change 55using  System ; 
66using  System . Diagnostics ; 
77using  System . Buffers . Binary ; 
8- using  System . Runtime . CompilerServicesOverride ; 
98using  System . Runtime . InteropServices ; 
109using  System . Security ; 
1110using  System . Threading ; 
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ namespace Microsoft.Data.SqlClient
1717#if NETFRAMEWORK 
1818    using  PacketHandle  =  IntPtr ; 
1919    using  RuntimeHelpers  =  System . Runtime . CompilerServices . RuntimeHelpers ; 
20- #else
21-     using  System . Runtime . CompilerServicesOverride ; 
2220#endif
2321
2422    sealed  internal  class  LastIOTimer 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments