1 instantiation of EmbeddedSourceDebugInformation
Mono.Cecil (1)
Mono.Cecil\AssemblyReader.cs (1)
3228
infos.Add (new
EmbeddedSourceDebugInformation
(rows [i].Col2, this));
3 references to EmbeddedSourceDebugInformation
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (1)
3227
} else if (rows [i].Col1 ==
EmbeddedSourceDebugInformation
.KindIdentifier) {
Mono.Cecil\AssemblyWriter.cs (2)
2435
AddEmbeddedSourceDebugInformation (provider, (
EmbeddedSourceDebugInformation
) custom_info);
2484
void AddEmbeddedSourceDebugInformation (ICustomDebugInformationProvider provider,
EmbeddedSourceDebugInformation
embedded_source)