6 references to DocumentLanguageVendor
Mono.Cecil (6)
Mono.Cecil.Cil\Document.cs (1)
95 public DocumentLanguageVendor LanguageVendor {
Mono.Cecil.Cil\PortablePdb.cs (5)
688 public static DocumentLanguageVendor ToVendor (this Guid guid) 691 return DocumentLanguageVendor.Microsoft; 693 return DocumentLanguageVendor.Other; 696 public static Guid ToGuid (this DocumentLanguageVendor vendor) 698 if (vendor == DocumentLanguageVendor.Microsoft)