3 references to ReadExactly
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\AvoidUnreliableStreamRead.Fixer.cs (3)
29private const string ReadExactly = nameof(ReadExactly); 83isAsyncInvocation ? ReadExactlyAsync : ReadExactly); 121return streamType is not null && streamType.GetMembers(ReadExactly).OfType<IMethodSymbol>().Any()