49 references to ClassInterfaceType
Microsoft.Build.Tasks.Core (7)
BootstrapperUtil\BootstrapperBuilder.cs (1)
31[ClassInterface(ClassInterfaceType.None)]
BootstrapperUtil\BuildResults.cs (1)
16[ClassInterface(ClassInterfaceType.None)]
BootstrapperUtil\BuildSettings.cs (1)
15[ClassInterface(ClassInterfaceType.None)]
BootstrapperUtil\Product.cs (1)
27[ClassInterface(ClassInterfaceType.None)]
BootstrapperUtil\ProductBuilderCollection.cs (1)
17[ClassInterface(ClassInterfaceType.None)]
BootstrapperUtil\ProductCollection.cs (1)
18[ClassInterface(ClassInterfaceType.None)]
NativeMethods.cs (1)
85[ClassInterface(ClassInterfaceType.None)]
Microsoft.Build.Tasks.UnitTests (1)
TestResources\Projects\Custom_COM\Custom_COM\Class1.cs (1)
16[ClassInterface(ClassInterfaceType.None)]
Microsoft.CodeAnalysis (4)
PEWriter\Constants.cs (4)
30public const ClassInterfaceType ClassInterfaceType_AutoDispatch = (ClassInterfaceType)1; 31public const ClassInterfaceType ClassInterfaceType_AutoDual = (ClassInterfaceType)2;
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Attributes\AttributeData.cs (4)
577ClassInterfaceType interfaceType = ctorArgument.Kind == TypedConstantKind.Enum ? 578ctorArgument.DecodeValue<ClassInterfaceType>(SpecialType.System_Enum) : 579(ClassInterfaceType)ctorArgument.DecodeValue<short>(SpecialType.System_Int16); 583case ClassInterfaceType.None:
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Attributes\AttributeData.vb (4)
440Dim interfaceType As ClassInterfaceType = If(ctorArgument.Kind = TypedConstantKind.Enum, 441ctorArgument.DecodeValue(Of ClassInterfaceType)(SpecialType.System_Enum), 442CType(ctorArgument.DecodeValue(Of Short)(SpecialType.System_Int16), ClassInterfaceType)) 445Case ClassInterfaceType.None, Cci.Constants.ClassInterfaceType_AutoDispatch, Cci.Constants.ClassInterfaceType_AutoDual
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2562New TypedConstant(GetSpecialType(SpecialType.System_Int32), TypedConstantKind.Enum, CInt(ClassInterfaceType.None)))))
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
616[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceType))]
netstandard (1)
netstandard.cs (1)
1608[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceType))]
PresentationCore (4)
MS\Internal\Text\TextInterface\FontCollectionLoader.cs (1)
11[ClassInterface(ClassInterfaceType.None)]
System\Windows\Media\Imaging\BitmapMetadata.cs (2)
122[ClassInterface(ClassInterfaceType.None)] 476[ClassInterface(ClassInterfaceType.None)]
System\Windows\Media\Imaging\BitmapSource.cs (1)
1667[ClassInterface(ClassInterfaceType.None)]
PresentationFramework (2)
MS\Internal\Controls\WebBrowserEvent.cs (1)
21[ClassInterface(ClassInterfaceType.None)]
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
298[ClassInterface(ClassInterfaceType.None)]
ReachFramework (1)
Serialization\RCW\XpsOMThumbnailGeneratorClass.cs (1)
20[ClassInterface(ClassInterfaceType.None)]
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\MarshalByRefObject.cs (1)
8[ClassInterface(ClassInterfaceType.AutoDispatch)]
src\libraries\System.Private.CoreLib\src\System\Object.cs (1)
17[ClassInterface(ClassInterfaceType.AutoDispatch)]
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ClassInterfaceAttribute.cs (3)
9public ClassInterfaceAttribute(ClassInterfaceType classInterfaceType) 15Value = (ClassInterfaceType)classInterfaceType; 18public ClassInterfaceType Value { get; }
src\System\__Canon.cs (1)
14[ClassInterface(ClassInterfaceType.None)]
src\System\Delegate.CoreCLR.cs (1)
13[ClassInterface(ClassInterfaceType.None)]
src\System\MulticastDelegate.CoreCLR.cs (1)
15[ClassInterface(ClassInterfaceType.None)]
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
14[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceType))]
System.Windows.Forms (9)
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
24[ClassInterface(ClassInterfaceType.AutoDispatch)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBox.cs (1)
22[ClassInterface(ClassInterfaceType.AutoDispatch)]
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
22[ClassInterface(ClassInterfaceType.AutoDispatch)]
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (1)
23[ClassInterface(ClassInterfaceType.AutoDispatch)]
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HTMLDocumentEvents2.cs (1)
14[ClassInterface(ClassInterfaceType.None)]
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HTMLElementEvents2.cs (1)
14[ClassInterface(ClassInterfaceType.None)]
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HTMLWindowEvents2.cs (1)
14[ClassInterface(ClassInterfaceType.None)]
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
13[ClassInterface(ClassInterfaceType.None)]
System\Windows\Forms\OLE\DataObject.cs (1)
19[ClassInterface(ClassInterfaceType.None)]
System.Windows.Forms.Tests (1)
System\Windows\Forms\WebBrowserTests.cs (1)
4661[ClassInterface(ClassInterfaceType.AutoDispatch)]