5 references to GetEnumType
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
243ITypeReference enumType = type.GetEnumType();
Microsoft.DotNet.ApiCompat.Core (4)
Rules\Compat\EnumTypesMustMatch.cs (2)
25ITypeReference implType = impl.GetEnumType(); 26ITypeReference contractType = contract.GetEnumType();
Rules\Compat\EnumValuesMustMatch.cs (2)
33ITypeReference implValType = impl.ContainingTypeDefinition.GetEnumType(); 34ITypeReference contractValType = contract.ContainingTypeDefinition.GetEnumType();