6 references to DocumentLanguageVendor
Mono.Cecil (6)
Mono.Cecil.Cil\Document.cs (1)
95
public
DocumentLanguageVendor
LanguageVendor {
Mono.Cecil.Cil\PortablePdb.cs (5)
703
public static
DocumentLanguageVendor
ToVendor (this Guid guid)
706
return
DocumentLanguageVendor
.Microsoft;
708
return
DocumentLanguageVendor
.Other;
711
public static Guid ToGuid (this
DocumentLanguageVendor
vendor)
713
if (vendor ==
DocumentLanguageVendor
.Microsoft)