1 instantiation of SourceLinkDebugInformation
Mono.Cecil (1)
Mono.Cecil\AssemblyReader.cs (1)
3230
infos.Add (new
SourceLinkDebugInformation
(Encoding.UTF8.GetString (ReadBlob (rows [i].Col2))));
3 references to SourceLinkDebugInformation
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (1)
3229
} else if (rows [i].Col1 ==
SourceLinkDebugInformation
.KindIdentifier) {
Mono.Cecil\AssemblyWriter.cs (2)
2438
AddSourceLinkDebugInformation (provider, (
SourceLinkDebugInformation
) custom_info);
2513
void AddSourceLinkDebugInformation (ICustomDebugInformationProvider provider,
SourceLinkDebugInformation
source_link)