3 writes to custom_infos
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (1)
407
type.
custom_infos
= symbol_reader.Read (type);
Mono.Cecil\TypeDefinition.cs (2)
295
return this.GetHasCustomDebugInformations (ref
custom_infos
, Module);
300
get { return custom_infos ?? (this.GetCustomDebugInformations (ref
custom_infos
, module)); }
3 references to custom_infos
Mono.Cecil (3)
Mono.Cecil\TypeDefinition.cs (3)
292
if (
custom_infos
!= null)
293
return
custom_infos
.Count > 0;
300
get { return
custom_infos
?? (this.GetCustomDebugInformations (ref custom_infos, module)); }