12 references to SyntaxReferences
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceMemberContainerSymbol.cs (4)
984
return
SyntaxReferences
;
1760
foreach (var syntaxRef in
SyntaxReferences
)
2623
if (this.
SyntaxReferences
.Length <= 1)
2628
foreach (var syntaxRef in this.
SyntaxReferences
)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
51
foreach (SyntaxReference part in
SyntaxReferences
)
157
foreach (var syntaxRef in this.
SyntaxReferences
)
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (2)
21
syntax: (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
65
(CSharpSyntaxNode)((SourceMemberContainerTypeSymbol)ContainingType).
SyntaxReferences
[0].GetSyntax(),
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
39
: base(MethodKind.UserDefinedOperator, explicitInterfaceType: null, name, containingType, containingType.Locations[0], (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
Symbols\Synthesized\Records\SynthesizedRecordOrdinaryMethod.cs (1)
24
: base(containingType, name, containingType.Locations[0], (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(), MethodKind.Ordinary,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelGetSemanticInfoTests.cs (2)
10116
Assert.False(SyntaxFacts.IsAttributeName(((SourceNamedTypeSymbol)((CSharp.Symbols.PublicModel.NamedTypeSymbol)semanticInfo.Symbol).UnderlyingNamedTypeSymbol).
SyntaxReferences
.First().GetSyntax()),
10153
Assert.False(SyntaxFacts.IsAttributeName(((SourceNamedTypeSymbol)((CSharp.Symbols.PublicModel.NamedTypeSymbol)semanticInfo.Symbol).UnderlyingNamedTypeSymbol).
SyntaxReferences
.First().GetSyntax()),