9 references to
Microsoft.CodeAnalysis.CSharp (9)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
40: base(containingType, syntaxReference, location, isIterator,
Symbols\Source\SourceConstructorSymbolBase.cs (1)
29: base(containingType, syntax.GetReference(), location, isIterator, modifiersAndFlags)
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
30: base(delegateType, syntax.GetReference(), location: syntax.Identifier.GetLocation(), isIterator: false,
Symbols\Source\SourceDestructorSymbol.cs (1)
24base(containingType, syntax.GetReference(), GetSymbolLocation(syntax, out Location location), isIterator: SyntaxFacts.HasYieldOperations(syntax.Body),
Symbols\Source\SourceEventAccessorSymbol.cs (1)
34: base(@event.containingType, syntaxReference, location, isIterator,
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
25: base(containingType, syntaxReferenceOpt, location, isIterator, modifiersAndFlags)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
148base(containingType, syntax.GetReference(), location, isIterator: false, 189: base(containingType,
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
29: base(containingType, syntaxReferenceOpt: declaration.SyntaxReference, declaration.SyntaxReference.GetLocation(), isIterator: declaration.IsIterator,