2 implementations of MatchesModule
Microsoft.DiaSymReader (2)
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
63
int global::Microsoft.DiaSymReader.ISymUnmanagedReader4.
MatchesModule
(global::System.Guid guid, uint stamp, int age, out bool result)
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1200
int global::Microsoft.DiaSymReader.ISymUnmanagedReader4.
MatchesModule
(global::System.Guid guid, uint stamp, int age, out bool result) => throw new global::System.Diagnostics.UnreachableException();
2 references to MatchesModule
Microsoft.DiaSymReader (2)
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
94
__retVal = @this.
MatchesModule
(guid, stamp, age, out result);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1303
new int MatchesModule(global::System.Guid guid, uint stamp, int age, out bool result) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader4)this).
MatchesModule
(guid, stamp, age, out result);