3 references to Length
Microsoft.CodeAnalysis (3)
CodeGen\LocalScopeManager.cs (1)
129
if (result.Count > 0 && result[result.Count - 1].
Length
!= expectedRootScopeLength)
NativePdbWriter\PdbWriter.cs (1)
477
if (currentScope.StartOffset < topScope.StartOffset + topScope.
Length
)
PEWriter\MetadataWriter.PortablePdb.cs (1)
103
length: scope.
Length
);