3 references to HasParamCollectionAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
1056if (_moduleSymbol.Module.HasParamCollectionAttribute(_handle))
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
956var getterHasParamCollection = !getHandle.IsNil && module.HasParamCollectionAttribute(getHandle); 957var setterHasParamCollection = !setHandle.IsNil && module.HasParamCollectionAttribute(setHandle);