3 references to InterceptableLocation1
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
1078Debug.Assert(contentHash.Length == InterceptableLocation1.ContentHashLength);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1017if (InterceptableLocation1.Decode(data) is not var (hash, position, displayFileName))
Utilities\InterceptableLocation.cs (1)
164return obj is InterceptableLocation1 other