Explorar o código

renaming file name to match class name

Jan Tattermusch %!s(int64=10) %!d(string=hai) anos
pai
achega
a96afb013b

+ 1 - 1
src/csharp/GrpcCore/GrpcCore.csproj

@@ -59,9 +59,9 @@
     <Compile Include="ServerServiceDefinition.cs" />
     <Compile Include="Utils\RecordingObserver.cs" />
     <Compile Include="Utils\RecordingQueue.cs" />
-    <Compile Include="Internal\BatchContextSafeHandle.cs" />
     <Compile Include="Internal\ClientStreamingInputObserver.cs" />
     <Compile Include="Internal\ServerStreamingOutputObserver.cs" />
+    <Compile Include="Internal\BatchContextSafeHandleNotOwned.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>

+ 0 - 0
src/csharp/GrpcCore/Internal/BatchContextSafeHandle.cs → src/csharp/GrpcCore/Internal/BatchContextSafeHandleNotOwned.cs