8 references to SyntaxRef
Microsoft.CodeAnalysis.CSharp (8)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1254if (primaryConstructor.SyntaxRef.SyntaxTree == memberSyntax.SyntaxTree &&
Compilation\CSharpSemanticModel.cs (1)
5232&& primaryConstructor.SyntaxRef.SyntaxTree == node.SyntaxTree
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
311var syntax = (DelegateDeclarationSyntax)SyntaxRef.GetSyntax();
Symbols\Source\SourceMemberContainerSymbol.cs (3)
2145((ConstructorDeclarationSyntax)method1.SyntaxRef.GetSyntax()).Identifier.ValueText != this.Name) 2779(primaryConstructor.SyntaxRef.SyntaxTree != whereFoundField.SyntaxTree || primaryConstructor.SyntaxRef.Span != whereFoundField.Span))
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
450IsDefinedInSourceTree(this.SyntaxRef, tree, definedWithinSpan) ||
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
172if (attributeDeclarationSyntax.SyntaxTree == SyntaxRef.SyntaxTree &&