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