2 implementations of GetScopeProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
451
int global::Microsoft.DiaSymReader.IMetadataImport.
GetScopeProps
(char* name, int bufferLength, int* nameLength, global::System.Guid* mvid)
Metadata\MetadataAdapterBase.cs (1)
69
int IMetadataImport.
GetScopeProps
(char* name, int bufferLength, int* nameLength, Guid* mvid) => throw new NotImplementedException();
1 reference to GetScopeProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
476
__retVal = @this.
GetScopeProps
(name, bufferLength, nameLength, mvid);