4 references to
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
28: base(containingType, syntax.GetReference(), ImmutableArray.Create(location), isIterator)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
33: base(@event.containingType, syntaxReference, locations, isIterator)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
222: this(containingType, syntaxReferenceOpt, ImmutableArray.Create(location), isIterator)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
29: base(containingType, syntaxReferenceOpt: declaration.SyntaxReference, ImmutableArray.Create(declaration.SyntaxReference.GetLocation()), isIterator: declaration.IsIterator)