2 implementations of EnumPermissionSets
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1118
int global::Microsoft.DiaSymReader.IMetadataImport.
EnumPermissionSets
(ref void* enumHandle, int token, uint action, int* declSecurityTokens, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
82
int IMetadataImport.
EnumPermissionSets
(ref void* enumHandle, int token, uint action, int* declSecurityTokens, int bufferLength, int* count) => throw new NotImplementedException();
1 reference to EnumPermissionSets
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1148
__retVal = @this.
EnumPermissionSets
(ref enumHandle, token, action, declSecurityTokens, bufferLength, count);