3 references to CheckLengthProperty
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\BufferBlockCopyLengthAnalyzer.cs (3)
117
if (countArgument.Value is IPropertyReferenceOperation countArgumentValue &&
CheckLengthProperty
(countArgumentValue))
147
CheckLengthProperty
(variableInitializerPropertyReference))
154
CheckLengthProperty
(variableInitializerPropertyReferenceVB))