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