4 references to InterceptableLocation1
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (2)
1083
Debug.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)
1022
if (
InterceptableLocation1
.Decode(data) is not var (hash, position, displayFileName))
Utilities\InterceptableLocation.cs (1)
170
return obj is
InterceptableLocation1
other