6 references to TypeLibVarFlags
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
318attrSym.VerifyValue(0, TypedConstantKind.Enum, (int)TypeLibVarFlags.FDisplayBind);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
731[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVarFlags))]
netstandard (1)
netstandard.cs (1)
1739[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVarFlags))]
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\TypeLibVarAttribute.cs (3)
9public TypeLibVarAttribute(TypeLibVarFlags flags) 16Value = (TypeLibVarFlags)flags; 19public TypeLibVarFlags Value { get; }