1 override of IsPassingZeroAndBufferLength
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpPreferStreamAsyncMemoryOverloads.Fixer.cs (1)
58
protected override bool
IsPassingZeroAndBufferLength
(SemanticModel model, SyntaxNode bufferValueNode, SyntaxNode offsetValueNode, SyntaxNode countValueNode)
1 reference to IsPassingZeroAndBufferLength
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\PreferStreamAsyncMemoryOverloads.Fixer.cs (1)
116
if (
IsPassingZeroAndBufferLength
(model, fix.Buffer.Node!, fix.Offset.Node!, fix.Count.Node!))