2 implementations of EnumPermissionSets
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1118int global::Microsoft.DiaSymReader.IMetadataImport.EnumPermissionSets(ref void* enumHandle, int token, uint action, int* declSecurityTokens, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
82int 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);