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)
9
public TypeLibVarAttribute(
TypeLibVarFlags
flags)
16
Value = (
TypeLibVarFlags
)flags;
19
public
TypeLibVarFlags
Value { get; }