2 references to Length
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.PortablePdb.cs (1)
613
writer.WriteUInt32((uint)scope.
Length
);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Native.cs (1)
149
.SelectAsArray(s => new HoistedLocalScopeRecord(s.StartOffset, s.
Length
));