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