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