2 implementations of MatchesModule
Microsoft.DiaSymReader (2)
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (1)
63int global::Microsoft.DiaSymReader.ISymUnmanagedReader4.MatchesModule(global::System.Guid guid, uint stamp, int age, out bool result)
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
1200int 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)
1303new int MatchesModule(global::System.Guid guid, uint stamp, int age, out bool result) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader4)this).MatchesModule(guid, stamp, age, out result);