5 references to CheckCollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (2)
1426@this._binder.CheckCollectionBuilderMethod(syntax, collectionBuilderMethod, @this._diagnostics); 1494/// errors and the like). The caller should use <see cref="CheckCollectionBuilderMethod"/> to do so. Once they
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1704binder.CheckCollectionBuilderMethod(syntax, collectionBuilderMethod, diagnostics);
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (2)
55/// cref="Binder.CheckCollectionBuilderMethod"/>. 62/// directly in <see cref="Binder.CheckCollectionBuilderMethod"/>.