1 instantiation of SynthesizedCollectionBuilderProjectedMethodSymbol
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Conversions.cs (1)
1291
var projection = new
SynthesizedCollectionBuilderProjectedMethodSymbol
(builderMethod);
6 references to SynthesizedCollectionBuilderProjectedMethodSymbol
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Conversions.cs (2)
1291
var
projection = new SynthesizedCollectionBuilderProjectedMethodSymbol(builderMethod);
1335
Method:
SynthesizedCollectionBuilderProjectedMethodSymbol
{ UnderlyingMethod: var underlyingMethod }
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
976
var isWithElementValidation = arguments.Arguments.Count > 0 && !symbols.IsDefaultOrEmpty && symbols[0] is
SynthesizedCollectionBuilderProjectedMethodSymbol
;
SymbolDisplay\SymbolDisplay.cs (1)
283
if (underlyingMethod is
SynthesizedCollectionBuilderProjectedMethodSymbol
projectedMethod)
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (2)
115
SynthesizedCollectionBuilderProjectedMethodSymbol
methodSymbol,
118
private readonly
SynthesizedCollectionBuilderProjectedMethodSymbol
_methodSymbol = methodSymbol;