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