5 references to TypeLibVarFlags
mscorlib (1)
src\runtime\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; }