4 references to InterceptableLocation1
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (2)
1083Debug.Assert(contentHash.Length == InterceptableLocation1.ContentHashLength); 2430/// <remarks>Equals and GetHashCode on this type intentionally resemble corresponding methods on <see cref="InterceptableLocation1"/>.</remarks>
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1022if (InterceptableLocation1.Decode(data) is not var (hash, position, displayFileName))
Utilities\InterceptableLocation.cs (1)
170return obj is InterceptableLocation1 other