9 references to GetDeclaringSyntaxReferenceHelper
Microsoft.CodeAnalysis.CSharp (8)
Symbols\AliasSymbol.cs (2)
131
?
GetDeclaringSyntaxReferenceHelper
<ExternAliasDirectiveSyntax>(_locations)
132
:
GetDeclaringSyntaxReferenceHelper
<UsingDirectiveSyntax>(_locations);
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs (1)
116
return
GetDeclaringSyntaxReferenceHelper
<AnonymousObjectCreationExpressionSyntax>(this.Locations);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertySymbol.cs (1)
98
return
GetDeclaringSyntaxReferenceHelper
<AnonymousObjectMemberDeclaratorSyntax>(this.Locations);
Symbols\Source\SourceParameterSymbol.cs (1)
264
GetDeclaringSyntaxReferenceHelper
<ParameterSyntax>(_locations);
Symbols\Tuples\TupleErrorFieldSymbol.cs (1)
129
GetDeclaringSyntaxReferenceHelper
<CSharpSyntaxNode>(_locations);
Symbols\Tuples\TupleFieldSymbol.cs (1)
188
GetDeclaringSyntaxReferenceHelper
<CSharpSyntaxNode>(_locations);
Symbols\Wrapped\WrappedNamedTypeSymbol.cs (1)
146
return
GetDeclaringSyntaxReferenceHelper
<CSharpSyntaxNode>(TupleData.Locations);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.cs (1)
412
get { return
GetDeclaringSyntaxReferenceHelper
<CSharpSyntaxNode>(_locations); }