10 references to SyntaxReferences
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceMemberContainerSymbol.cs (4)
1006
return
SyntaxReferences
;
1870
foreach (var syntaxRef in
SyntaxReferences
)
2774
if (this.
SyntaxReferences
.Length <= 1)
2779
foreach (var syntaxRef in this.
SyntaxReferences
)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
41
foreach (SyntaxReference part in
SyntaxReferences
)
151
foreach (var syntaxRef in this.
SyntaxReferences
)
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (2)
21
syntax: (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
71
(CSharpSyntaxNode)((SourceMemberContainerTypeSymbol)ContainingType).
SyntaxReferences
[0].GetSyntax(),
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
39
: base(MethodKind.UserDefinedOperator, explicitInterfaceType: null, name, containingType, containingType.GetFirstLocation(), (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),
Symbols\Synthesized\Records\SynthesizedRecordOrdinaryMethod.cs (1)
24
: base(containingType, name, containingType.GetFirstLocation(), (CSharpSyntaxNode)containingType.
SyntaxReferences
[0].GetSyntax(),