1 instantiation of InterceptableLocation1
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5236
return new
InterceptableLocation1
(checksum, path, Compilation.Options.SourceReferenceResolver, nameSyntax.Position, lineNumberOneIndexed, characterNumberOneIndexed);
4 references to InterceptableLocation1
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (2)
1083
Debug.Assert(contentHash.Length ==
InterceptableLocation1
.ContentHashLength);
2454
/// <remarks>Equals and GetHashCode on this type intentionally resemble corresponding methods on <see cref="
InterceptableLocation1
"/>.</remarks>
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1021
if (
InterceptableLocation1
.Decode(data) is not var (hash, position, displayFileName))
Utilities\InterceptableLocation.cs (1)
186
return obj is
InterceptableLocation1
other