3 references to ReadExactly
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\AvoidUnreliableStreamRead.Fixer.cs (3)
29private const string ReadExactly = nameof(ReadExactly); 67var readExactlyMethods = streamType.GetMembers(ReadExactly) 92isAsyncInvocation ? ReadExactlyAsync : ReadExactly);