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