12 references to SyntaxReferences
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceMemberContainerSymbol.cs (4)
1014
return
SyntaxReferences
;
1905
foreach (var syntaxRef in
SyntaxReferences
)
3080
if (this.
SyntaxReferences
.Length <= 1)
3085
foreach (var syntaxRef in this.
SyntaxReferences
)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
42
foreach (SyntaxReference part in
SyntaxReferences
)
153
foreach (var syntaxRef in this.
SyntaxReferences
)
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (2)
22
syntax: (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
72
(CSharpSyntaxNode)((SourceMemberContainerTypeSymbol)ContainingType).
SyntaxReferences
[0].GetSyntax(),
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
41
containingType, containingType.GetFirstLocation(), (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
Symbols\Synthesized\Records\SynthesizedRecordOrdinaryMethod.cs (1)
15
: base(containingType, name, containingType.GetFirstLocation(), (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelGetSemanticInfoTests.cs (2)
10111
Assert.False(SyntaxFacts.IsAttributeName(((SourceNamedTypeSymbol)((CSharp.Symbols.PublicModel.NamedTypeSymbol)semanticInfo.Symbol).UnderlyingNamedTypeSymbol).
SyntaxReferences
.First().GetSyntax()),
10148
Assert.False(SyntaxFacts.IsAttributeName(((SourceNamedTypeSymbol)((CSharp.Symbols.PublicModel.NamedTypeSymbol)semanticInfo.Symbol).UnderlyingNamedTypeSymbol).
SyntaxReferences
.First().GetSyntax()),