8 references to SyntaxRef
Microsoft.CodeAnalysis.CSharp (8)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1265
if (primaryConstructor.
SyntaxRef
.SyntaxTree == memberSyntax.SyntaxTree &&
Compilation\CSharpSemanticModel.cs (1)
5240
&& primaryConstructor.
SyntaxRef
.SyntaxTree == node.SyntaxTree
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
311
var syntax = (DelegateDeclarationSyntax)
SyntaxRef
.GetSyntax();
Symbols\Source\SourceMemberContainerSymbol.cs (3)
2173
((ConstructorDeclarationSyntax)constructor.
SyntaxRef
.GetSyntax()).Identifier.ValueText != method1.ContainingType.Name)
3053
(primaryConstructor.
SyntaxRef
.SyntaxTree != whereFoundField.SyntaxTree || primaryConstructor.
SyntaxRef
.Span != whereFoundField.Span))
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
455
IsDefinedInSourceTree(this.
SyntaxRef
, tree, definedWithinSpan) ||
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
173
if (attributeDeclarationSyntax.SyntaxTree ==
SyntaxRef
.SyntaxTree &&