6 references to
Microsoft.CodeAnalysis.CSharp (6)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
39: base(containingType, syntaxReference, location, isIterator,
Symbols\Source\SourceConstructorSymbolBase.cs (1)
28: base(containingType, syntax.GetReference(), location, isIterator, modifiersAndFlags)
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 (1)
188: base(containingType,
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
29: base(containingType, syntaxReferenceOpt: declaration.SyntaxReference, declaration.SyntaxReference.GetLocation(), isIterator: declaration.IsIterator,