6 references to
Microsoft.CodeAnalysis.CSharp (6)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
39: base(containingType, syntaxReference, location, isIterator)
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
28: base(delegateType, syntax.GetReference(), location: syntax.Identifier.GetLocation(), isIterator: false)
Symbols\Source\SourceDestructorSymbol.cs (1)
24base(containingType, syntax.GetReference(), syntax.Identifier.GetLocation(), isIterator: SyntaxFacts.HasYieldOperations(syntax.Body))
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
25: base(containingType, syntaxReferenceOpt, location, isIterator)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
151base(containingType, syntax.GetReference(), location, isIterator: false) 191: base(containingType,