1433 instantiations of In
csc (3)
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.Build.Framework (5)
Microsoft.Build.Tasks.CodeAnalysis (3)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
Microsoft.CodeAnalysis (97)
Interop\IClrRuntimeInfo.cs (12)
22[In, Out, MarshalAs(UnmanagedType.U4)] ref int bufferLength);
27[In, Out, MarshalAs(UnmanagedType.U4)] ref int bufferLength);
31[In] IntPtr processHandle);
35[In, MarshalAs(UnmanagedType.U4)] int resourceId,
37[In, Out, MarshalAs(UnmanagedType.U4)] ref int bufferLength);
40[In, MarshalAs(UnmanagedType.LPWStr)] string dllName);
43[In, MarshalAs(UnmanagedType.LPStr)] string procName);
47[In, MarshalAs(UnmanagedType.LPStruct)] Guid coClassId,
48[In, MarshalAs(UnmanagedType.LPStruct)] Guid interfaceId);
54[In, MarshalAs(UnmanagedType.U4)] int startupFlags,
55[In, MarshalAs(UnmanagedType.LPStr)] string hostConfigFile);
61[In, Out, MarshalAs(UnmanagedType.U4)] ref int hostConfigFileLength);
Interop\IClrStrongName.cs (62)
19[In, MarshalAs(UnmanagedType.LPStr)] string pszFilePath,
20[In, Out, MarshalAs(UnmanagedType.U4)] ref int piHashAlg,
22[In, MarshalAs(UnmanagedType.U4)] int cchHash,
26[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
27[In, Out, MarshalAs(UnmanagedType.U4)] ref int piHashAlg,
29[In, MarshalAs(UnmanagedType.U4)] int cchHash,
33[In] IntPtr pbBlob,
34[In, MarshalAs(UnmanagedType.U4)] int cchBlob,
35[In, Out, MarshalAs(UnmanagedType.U4)] ref int piHashAlg,
37[In, MarshalAs(UnmanagedType.U4)] int cchHash,
41[In, MarshalAs(UnmanagedType.LPStr)] string pszFilePath,
42[In, Out, MarshalAs(UnmanagedType.U4)] ref int piHashAlg,
44[In, MarshalAs(UnmanagedType.U4)] int cchHash,
48[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
49[In, Out, MarshalAs(UnmanagedType.U4)] ref int piHashAlg,
51[In, MarshalAs(UnmanagedType.U4)] int cchHash,
55[In] IntPtr hFile,
56[In, Out, MarshalAs(UnmanagedType.U4)] ref int piHashAlg,
58[In, MarshalAs(UnmanagedType.U4)] int cchHash,
63[In, MarshalAs(UnmanagedType.LPWStr)] string pwzAssembly1,
64[In, MarshalAs(UnmanagedType.LPWStr)] string pwzAssembly2);
67[In] IntPtr pbMemory);
70[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
72[In, Out, MarshalAs(UnmanagedType.U4)] ref int pcbBlob);
75[In] IntPtr pbBase,
76[In, MarshalAs(UnmanagedType.U4)] int dwLength,
78[In, Out, MarshalAs(UnmanagedType.U4)] ref int pcbBlob);
81[In, MarshalAs(UnmanagedType.LPWStr)] string pwzKeyContainer,
82[In] IntPtr pbKeyBlob,
83[In, MarshalAs(UnmanagedType.U4)] int cbKeyBlob,
89[In, MarshalAs(UnmanagedType.U4)] int ulHashAlg);
92[In, MarshalAs(UnmanagedType.LPWStr)] string pwzKeyContainer);
95[In, MarshalAs(UnmanagedType.LPWStr)] string pwzKeyContainer,
96[In, MarshalAs(UnmanagedType.U4)] int dwFlags,
101[In, MarshalAs(UnmanagedType.LPWStr)] string pwzKeyContainer,
102[In, MarshalAs(UnmanagedType.U4)] int dwFlags,
103[In, MarshalAs(UnmanagedType.U4)] int dwKeySize,
108[In, MarshalAs(UnmanagedType.LPWStr)] string pwzKeyContainer,
109[In] IntPtr pbKeyBlob,
110[In, MarshalAs(UnmanagedType.U4)] int cbKeyBlob);
113[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
114[In, MarshalAs(UnmanagedType.LPWStr)] string pwzKeyContainer,
115[In] IntPtr pbKeyBlob,
116[In, MarshalAs(UnmanagedType.U4)] int cbKeyBlob,
121[In, MarshalAs(UnmanagedType.LPWStr)] string wszFilePath,
122[In, MarshalAs(UnmanagedType.LPWStr)] string wszKeyContainer,
123[In] IntPtr pbKeyBlob,
124[In, MarshalAs(UnmanagedType.U4)] int cbKeyBlob,
127[In, MarshalAs(UnmanagedType.U4)] int dwFlags);
130[In] IntPtr pbPublicKeyBlob,
131[In, MarshalAs(UnmanagedType.U4)] int cbPublicKeyBlob,
136[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
137[In, MarshalAs(UnmanagedType.U4)] int dwInFlags);
141[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
142[In, MarshalAs(UnmanagedType.Bool)] bool fForceVerification,
147[In] IntPtr pbBase,
148[In, MarshalAs(UnmanagedType.U4)] int dwLength,
149[In, MarshalAs(UnmanagedType.U4)] int dwInFlags);
152[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
157[In, MarshalAs(UnmanagedType.LPWStr)] string pwzFilePath,
164[In] IntPtr pbPublicKeyBlob,
165[In, MarshalAs(UnmanagedType.U4)] int cbPublicKeyBlob,
ReferenceManager\CommonReferenceManager.Binding.cs (4)
101[In, Out] Dictionary<string, List<ReferencedAssemblyIdentity>> assemblyReferencesBySimpleName,
106[In, Out] DiagnosticBag resolutionDiagnostics,
217[In, Out] ArrayBuilder<AssemblyReferenceBinding[]> referenceBindings,
218[In, Out] Dictionary<string, List<ReferencedAssemblyIdentity>> assemblyReferencesBySimpleName,
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.VisualBasic (315)
Binding\BackstopBinder.vb (4)
32<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
100Friend Overrides Function BindInsideCrefAttributeValue(name As TypeSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
104Friend Overrides Function BindInsideCrefAttributeValue(reference As CrefReferenceSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
108Friend Overrides Function BindXmlNameAttributeValue(identifier As IdentifierNameSyntax, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
Binding\Binder_DocumentationComments.vb (3)
14Friend Overridable Function BindInsideCrefAttributeValue(name As TypeSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
18Friend Overridable Function BindInsideCrefAttributeValue(reference As CrefReferenceSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
22Friend Overridable Function BindXmlNameAttributeValue(identifier As IdentifierNameSyntax, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
Binding\Binder_Lookup.vb (35)
27<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
39<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
53<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
65<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
78<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
91<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
121<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As SingleLookupResult
339<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
374<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
405<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
483<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
576<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
644<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
717<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
736<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
864<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
929Public Shared Sub LookupDefaultProperty(result As LookupResult, container As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
953<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
988<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1011<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
1042<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1084<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1151<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1179<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1257<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1350<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1380<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1451<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1500<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1614<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
1630<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
1693<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1731<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1871<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
2090<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
Binding\DocumentationCommentBinder.vb (3)
143Friend Overrides Function BindXmlNameAttributeValue(identifier As IdentifierNameSyntax, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
147Friend Overrides Function BindInsideCrefAttributeValue(name As TypeSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
151Friend Overrides Function BindInsideCrefAttributeValue(reference As CrefReferenceSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
Binding\DocumentationCommentCrefBinder.vb (12)
69Friend Overrides Function BindInsideCrefAttributeValue(reference As CrefReferenceSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
198Friend Overrides Function BindInsideCrefAttributeValue(name As TypeSyntax, preserveAliases As Boolean, diagnosticBag As BindingDiagnosticBag, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
303Private Function BindInsideCrefReferenceName(name As TypeSyntax, argCount As Integer, preserveAliases As Boolean, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
484<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
516Private Sub CollectTopLevelOperatorReferenceStrict(reference As CrefOperatorReferenceSyntax, argCount As Integer, symbols As ArrayBuilder(Of Symbol), <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
524<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
567<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
645<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
715<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
747<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
891<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
1079<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
Binding\DocumentationCommentCrefBinder_Compat.vb (5)
30Private Function BindNameInsideCrefReferenceInLegacyMode(nameFromCref As TypeSyntax, preserveAliases As Boolean, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ImmutableArray(Of Symbol)
85Private Sub BindQualifiedNameForCref(node As QualifiedNameSyntax, symbols As ArrayBuilder(Of Symbol), preserveAliases As Boolean, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
173<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol))
233<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
286<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (7)
130Private Function SpillExpressionList(<[In], Out> ByRef builder As SpillBuilder,
147Private Function SpillExpressionList(<[In], Out> ByRef builder As SpillBuilder,
154<[In], Out> ByRef spilledFirstArg As Boolean) As ImmutableArray(Of BoundExpression)
208Private Function SpillValue(expr As BoundExpression, <[In], Out> ByRef builder As SpillBuilder) As BoundExpression
212Private Function SpillValue(expr As BoundExpression, isReceiver As Boolean, evaluateSideEffects As Boolean, <[In], Out> ByRef builder As SpillBuilder) As BoundExpression
224Private Function SpillLValue(expr As BoundExpression, isReceiver As Boolean, evaluateSideEffects As Boolean, <[In], Out> ByRef builder As SpillBuilder, Optional isAssignmentTarget As Boolean = False) As BoundExpression
381Private Function SpillRValue(expr As BoundExpression, <[In], Out> ByRef builder As SpillBuilder) As BoundExpression
Semantics\AccessCheck.vb (15)
43<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
53<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
65<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
78<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
94<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As AccessCheckResult
143<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As AccessCheckResult
206<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As AccessCheckResult
281<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As AccessCheckResult
412<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
590<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
652<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
709<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
723<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
857<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
925<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
Semantics\Conversions.vb (51)
910Public Shared Function ClassifyConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As KeyValuePair(Of ConversionKind, MethodSymbol)
930Public Shared Function ClassifyPredefinedConversion(source As BoundExpression, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
939<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1016Public Shared Function ClassifyConversion(source As BoundExpression, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As KeyValuePair(Of ConversionKind, MethodSymbol)
1046Private Shared Function ClassifyExpressionReclassification(source As BoundExpression, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1140Public Shared Function ClassifyArrayLiteralConversion(source As BoundArrayLiteral, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1239Public Shared Function ClassifyTupleConversion(source As BoundTupleLiteral, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1312Private Shared Function ClassifyArrayInitialization(source As BoundArrayInitialization, targetElementType As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1369Private Shared Function ClassifyQueryLambdaConversion(source As BoundQueryLambda, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1437<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1721<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1787Public Shared Function ClassifyDirectCastConversion(source As BoundExpression, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1826Public Shared Function ClassifyTryCastConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1843Public Shared Function ClassifyTryCastConversion(source As BoundExpression, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
1882Private Shared Function ClassifyTryCastConversionForTypeParameters(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
2030Private Shared Function ClassOrBasesSatisfyConstraints([class] As TypeSymbol, typeParam As TypeParameterSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
2050Private Shared Function GetNonInterfaceTypeConstraintOrSelf(type As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As TypeSymbol
2084Private Shared Function ClassifyUserDefinedConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As KeyValuePair(Of ConversionKind, MethodSymbol)
2108Private Shared Function ClassifyUserDefinedConversion(source As BoundExpression, destination As TypeSymbol, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As KeyValuePair(Of ConversionKind, MethodSymbol)
2193Public Shared Function ClassifyPredefinedConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
2209Private Shared Function ClassifyPredefinedConversionSlow(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
2313<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2443<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2515Public Shared Function HasWideningDirectCastConversionButNotEnumTypeConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
2534<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2597<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2613<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2649<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2702<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2935Public Shared Function IsDerivedFrom(derivedType As TypeSymbol, baseType As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
2943Private Shared Function ClassifyAnonymousDelegateConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
2993<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3037Public Shared Function ClassifyArrayElementConversion(srcElem As TypeSymbol, dstElem As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
3054<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3078<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3353Private Shared Function GetValueTypeConstraint(typeParam As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As TypeSymbol
3376Private Shared Function ClassifyValueTypeConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
3457Private Shared Function ClassifyNullableConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
3568Private Shared Function ClassifyTupleConversion(source As TypeSymbol, destination As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As ConversionKind
3651<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3706<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3727<[In], Out> ByRef queue As ArrayBuilder(Of TypeParameterSymbol),
3729<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3903<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4033<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4046<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4149<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4157<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4174<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4185<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4233<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
Semantics\Operators.vb (21)
503<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
860<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1929<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2036<[In]()> ByRef applicable As BitVector,
2039<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2305<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2341<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2373<[In]()> ByRef applicable As BitVector,
2376<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2678Private Shared Function MostEncompassed(typeSet As ArrayBuilder(Of TypeSymbol), <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As TypeSymbol
2723Private Shared Function MostEncompassing(typeSet As ArrayBuilder(Of TypeSymbol), <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As TypeSymbol
2764<[In], Out()> ByRef bestDegreeOfGenericity As Integer,
2765<[In], Out()> ByRef isAmbiguous As Boolean
2834<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2856<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2942Private Shared Function GetTypeToLookForOperatorsIn(type As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As TypeSymbol
2952Public Shared Function ResolveIsTrueOperator(argument As BoundExpression, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As OverloadResolutionResult
2966Public Shared Function ResolveIsFalseOperator(argument As BoundExpression, binder As Binder, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As OverloadResolutionResult
2984<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
3021<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
3149<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
Semantics\OverloadResolution.vb (39)
858<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
895<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
921<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
1083<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
1160<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
1163<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1368<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1430<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
1591<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
1682<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1718<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1795<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1849<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2073<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2278<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2376<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2693<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2908<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
2951<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
2954<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3217<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
3220<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3566<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
3567<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3644<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
3645<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol),
3794<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
3858<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
3859<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4060<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4152<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
4153<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4249<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
4250<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
4283<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
5136<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
5162Public Shared Function DoesReceiverMatchInstance(instanceType As TypeSymbol, receiverType As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
5257<[In](), Out()> ByRef asyncLambdaSubToFunctionMismatch As HashSet(Of BoundExpression),
5259<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
Symbols\ConstraintsHelper.vb (16)
291<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo))
415<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo),
530<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo),
576<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo),
588<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo),
598<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo),
620<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo),
650<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
722<[In], Out> ByRef useSiteDiagnosticsBuilder As ArrayBuilder(Of TypeParameterDiagnosticInfo)
762Public Function GetNonInterfaceConstraint(typeParameter As TypeParameterSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As TypeSymbol
829Public Function GetClassConstraint(typeParameter As TypeParameterSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As NamedTypeSymbol
921<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
1014<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
1045Private Function HasConflict(constraint1 As TypeParameterConstraint, constraint2 As TypeParameterConstraint, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
1088Private Function HasValueTypeConstraintConflict(constraint As TypeParameterConstraint, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
1121Private Function IsNullableTypeOrTypeParameter(type As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
Symbols\Source\SourceMemberContainerTypeSymbol.vb (11)
402<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
513<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
578<[In], Out> ByRef diagnostics As ArrayBuilder(Of DiagnosticInfo)
584<[In], Out> ByRef diagnostics As ArrayBuilder(Of DiagnosticInfo),
617<[In], Out> ByRef diagnostics As ArrayBuilder(Of DiagnosticInfo)
958<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
997<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
1033<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
1066<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
1106<[In], Out> ByRef infosBuffer As ArrayBuilder(Of DiagnosticInfo)
3607<[In](), Out()> ByRef operatorsKnownToHavePair As HashSet(Of MethodSymbol),
Symbols\TypeSymbolExtensions.vb (12)
488Public Function CanContainUserDefinedOperators(this As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
547Public Function ImplementsInterface(subType As TypeSymbol, superInterface As TypeSymbol, comparer As EqualityComparer(Of TypeSymbol), <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
567<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
579<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
591<[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)
597Public Function IsBaseTypeOf(superType As TypeSymbol, subType As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
616Public Function IsOrDerivedFrom(derivedType As NamedTypeSymbol, baseType As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
630Public Function IsOrDerivedFrom(derivedType As TypeSymbol, baseType As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
650Public Function IsOrDerivedFromWellKnownClass(derivedType As TypeSymbol, wellKnownBaseType As WellKnownType, compilation As VisualBasicCompilation, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
662Public Function IsCompatibleWithGenericIEnumerableOfType(type As TypeSymbol, typeArgument As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
710Public Function IsOrImplementsIEnumerableOfXElement(type As TypeSymbol, compilation As VisualBasicCompilation, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
716Public Function IsBaseTypeOrInterfaceOf(superType As TypeSymbol, subType As TypeSymbol, <[In], Out> ByRef useSiteInfo As CompoundUseSiteInfo(Of AssemblySymbol)) As Boolean
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.DotNet.SignCheckLibrary (7)
Microsoft.Gen.Logging.Generated.Tests (3)
Microsoft.ML.TimeSeries (10)
EigenUtils.cs (2)
476[In] float[] h, int idh, [Out] float[] wr, [Out] float[] wi, [Out] float[] z, int ldz);
481[In] double[] h, int idh, [Out] double[] wr, [Out] double[] wi, [Out] double[] z, int ldz);
FftUtils.cs (8)
187private static extern int ComputeForward(IntPtr desc, [In] double[] inputRe, [In] double[] inputIm, [Out] double[] outputRe, [Out] double[] outputIm);
191private static extern int ComputeBackward(IntPtr desc, [In] double[] inputRe, [In] double[] inputIm, [Out] double[] outputRe, [Out] double[] outputIm);
195private static extern int ComputeForward(IntPtr desc, [In] float[] inputRe, [In] float[] inputIm, [Out] float[] outputRe, [Out] float[] outputIm);
199private static extern int ComputeBackward(IntPtr desc, [In] float[] inputRe, [In] float[] inputIm, [Out] float[] outputRe, [Out] float[] outputIm);
Microsoft.VisualStudio.LanguageServices (41)
Venus\IVsContainedLanguageCodeSupport.cs (24)
22[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
23[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectName,
24[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent,
29[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
30[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectTypeName,
31[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent,
32[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszEventHandlerName,
33[In, ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSITEMID")] uint itemidInsertionPoint, [MarshalAs(UnmanagedType.BStr)] out string pbstrUniqueMemberID,
39[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
40[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszUniqueMemberID,
46[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
47[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")] uint dwFlags,
54[In, ComAliasName("Microsoft.VisualStudio.TextManager.Interop.ContainedLanguageRenameType")] ContainedLanguageRenameType clrt,
55[In, MarshalAs(UnmanagedType.BStr)] string bstrOldID,
56[In, MarshalAs(UnmanagedType.BStr)] string bstrNewID);
60[In, MarshalAs(UnmanagedType.BStr)] string bstrID,
65[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
70[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
71[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectTypeName,
72[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent,
73[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszEventHandlerName,
78[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
79[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectTypeName,
80[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent,
Venus\IVsContainedLanguageStaticEventBinding.cs (16)
22[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
23[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectName,
31[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
32[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszUniqueMemberID,
33[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectName,
34[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent);
38[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
39[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszUniqueMemberID,
40[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectName,
41[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent);
45[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszClassName,
46[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectTypeName,
47[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszObjectName,
48[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszNameOfEvent,
49[In, ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR"), MarshalAs(UnmanagedType.LPWStr)] string pszEventHandlerName,
50[In, ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSITEMID")] uint itemidInsertionPoint,
Microsoft.VisualStudio.LanguageServices.CSharp (4)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
PresentationBuildTasks (10)
MS\Internal\Tasks\IVsMSBuildTaskFileManager.cs (8)
37string GetFileContents([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename);
44object GetFileDocData([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename);
52long GetFileLastChangeTime([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename);
63void PutGeneratedFileContents([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename, [In, MarshalAs(UnmanagedType.LPWStr)] string strFileContents);
74void Delete([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename);
79bool Exists([In, MarshalAs(UnmanagedType.LPWStr)] string wszFilename, [In, MarshalAs(UnmanagedType.Bool)] bool fOnlyCheckOnDisk);
PresentationCore (77)
MS\Win32\UnsafeNativeMethodsPointer.cs (41)
522internal static extern bool GetPointerDevices([In, Out] ref UInt32 deviceCount, [In, Out] POINTER_DEVICE_INFO[] devices);
528internal static extern bool GetPointerDeviceCursors([In] IntPtr device, [In, Out] ref UInt32 cursorCount, [In, Out] POINTER_DEVICE_CURSOR_INFO[] cursors);
534internal static extern bool GetPointerInfo([In] UInt32 pointerId, [In, Out] ref POINTER_INFO pointerInfo);
540internal static extern bool GetPointerInfoHistory([In] UInt32 pointerId, [In, Out] ref UInt32 entriesCount, [In, Out] POINTER_INFO[] pointerInfo);
546internal static extern bool GetPointerDeviceProperties([In] IntPtr device, [In, Out] ref UInt32 propertyCount, [In, Out] POINTER_DEVICE_PROPERTY[] pointerProperties);
552internal static extern bool GetPointerDeviceRects([In] IntPtr device, [In, Out] ref RECT pointerDeviceRect, [In, Out] ref RECT displayRect);
558internal static extern bool GetPointerCursorId([In] UInt32 pointerId, [In, Out] ref UInt32 cursorId);
564internal static extern bool GetPointerPenInfo([In] UInt32 pointerId, [In, Out] ref POINTER_PEN_INFO penInfo);
570internal static extern bool GetPointerTouchInfo([In] UInt32 pointerId, [In, Out] ref POINTER_TOUCH_INFO touchInfo);
576internal static extern bool GetRawPointerDeviceData([In] UInt32 pointerId, [In] UInt32 historyCount, [In] UInt32 propertiesCount, [In] POINTER_DEVICE_PROPERTY[] pProperties, [In, Out] int[] pValues);
601internal static extern void DestroyInteractionContext([In] IntPtr interactionContext);
610internal static extern void SetInteractionConfigurationInteractionContext([In] IntPtr interactionContext, [In] UInt32 configurationCount, [In] INTERACTION_CONTEXT_CONFIGURATION[] configuration);
619internal static extern void RegisterOutputCallbackInteractionContext([In] IntPtr interactionContext, [In] INTERACTION_CONTEXT_OUTPUT_CALLBACK outputCallback, [In, Optional] IntPtr clientData);
628internal static extern void SetPropertyInteractionContext([In] IntPtr interactionContext, [In] INTERACTION_CONTEXT_PROPERTY contextProperty, [In] UInt32 value);
637internal static extern void BufferPointerPacketsInteractionContext([In] IntPtr interactionContext, [In] UInt32 entriesCount, [In] POINTER_INFO[] pointerInfo);
644internal static extern void ProcessBufferedPacketsInteractionContext([In] IntPtr interactionContext);
MS\Win32\UnsafeNativeMethodsTablet.cs (27)
17internal static extern int CreateRecognizer([In] ref Guid clsid, [Out] out RecognizerSafeHandle hRec);
20internal static extern int DestroyRecognizer([In] IntPtr hRec);
23internal static extern int CreateContext([In] RecognizerSafeHandle hRec, [Out] out ContextSafeHandle hRecContext);
26internal static extern int DestroyContext([In] IntPtr hRecContext);
29internal static extern int AddStroke([In] ContextSafeHandle hRecContext, [In] ref PACKET_DESCRIPTION packetDesc, [In] uint cbPackets, [In] IntPtr pByte, [In, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.XFORM xForm);
32internal static extern int SetEnabledUnicodeRanges([In] ContextSafeHandle hRecContext, [In] uint cRangs, [In] CHARACTER_RANGE[] charRanges);
35internal static extern int EndInkInput([In] ContextSafeHandle hRecContext);
38internal static extern int Process([In] ContextSafeHandle hRecContext, [Out] out bool partialProcessing);
41internal static extern int GetAlternateList([In] ContextSafeHandle hRecContext, [In, Out] ref RECO_RANGE recoRange, [In, Out] ref uint cAlts, [In, Out] IntPtr[] recAtls, [In] ALT_BREAKS breaks);
44internal static extern int DestroyAlternate([In] IntPtr hRecAtls);
47internal static extern int GetString([In] IntPtr hRecAtls, [Out] out RECO_RANGE recoRange, [In, Out]ref uint size, [In, Out] StringBuilder recoString);
50internal static extern int GetConfidenceLevel([In] IntPtr hRecAtls, [Out] out RECO_RANGE recoRange, [Out] out RecognitionConfidence confidenceLevel);
53internal static extern int ResetContext([In] ContextSafeHandle hRecContext);
56internal static extern int GetLatticePtr([In] ContextSafeHandle hRecContext, [In] ref IntPtr pRecoLattice);
PresentationFramework (180)
MS\Internal\AppModel\ShellProvider.cs (48)
115object GetAt([In] uint uiIndex, [In] ref Guid riid);
128new object GetAt([In] uint uiIndex, [In] ref Guid riid);
147void GetValue([In] ref PKEY pkey, [In, Out] PROPVARIANT pv);
149void SetValue([In] ref PKEY pkey, PROPVARIANT pv);
165[In, Out] ref int pchEaten,
167[In, Out] ref uint pdwAttributes);
179[In] ref Guid riid);
183object BindToStorage(IntPtr pidl, IBindCtx pbc, [In] ref Guid riid);
205object CreateViewObject(IntPtr hwndOwner, [In] ref Guid riid);
215[In, Out] ref SFGAO rgfInOut);
226[In] ref Guid riid,
227[In, Out] ref uint rgfReserved);
256object BindToHandler(IBindCtx pbc, [In] ref Guid bhid, [In] ref Guid riid);
280new object BindToHandler(IBindCtx pbc, [In] ref Guid bhid, [In] ref Guid riid);
291[In] ref Guid riid);
297[In] ref Guid riid);
304[In] ref Guid riid);
309[In] ref Guid riid);
314void GetProperty(IntPtr key, [In, Out] PROPVARIANT pv);
341object BindToHandler(IBindCtx pbc, [In] ref Guid rbhid, [In] ref Guid riid);
344object GetPropertyStore(int flags, [In] ref Guid riid);
347object GetPropertyDescriptionList([In] ref PKEY keyType, [In] ref Guid riid);
366void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile, int cchMaxPath, [In, Out] WIN32_FIND_DATAW pfd, SLGP fFlags);
438void SetFileTypes(uint cFileTypes, [In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] COMDLG_FILTERSPEC[] rgFilterSpec);
479void SetClientGuid([In] ref Guid guid);
499new void SetFileTypes(uint cFileTypes, [In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] COMDLG_FILTERSPEC[] rgFilterSpec);
540new void SetClientGuid([In] ref Guid guid);
566new void SetFileTypes(uint cFileTypes, [In] COMDLG_FILTERSPEC[] rgFilterSpec);
587new void SetClientGuid([In] ref Guid guid);
612new void SetFileTypes(uint cFileTypes, [In] COMDLG_FILTERSPEC[] rgFilterSpec);
633new void SetClientGuid([In] ref Guid guid);
641void SetProperties([In, MarshalAs(UnmanagedType.Interface)] object pStore);
643void SetCollectedProperties([In, MarshalAs(UnmanagedType.Interface)] object pList, [In] int fAppendDefault);
648void ApplyProperties(IShellItem psi, [MarshalAs(UnmanagedType.Interface)] object pStore, [In] ref IntPtr hwnd, [MarshalAs(UnmanagedType.Interface)] object pSink);
697object GetList(ADLT listtype, uint cItemsDesired, [In] ref Guid riid);
712object BeginList(out uint pcMaxSlots, [In] ref Guid riid);
725object GetRemovedDestinations([In] ref Guid riid);
1011internal static extern HRESULT SHCreateItemFromParsingName([MarshalAs(UnmanagedType.LPWStr)] string pszPath, IBindCtx pbc, [In] ref Guid riid, [MarshalAs(UnmanagedType.Interface)] out object ppv);
1015internal static extern HRESULT SHGetFolderPathEx([In] ref Guid rfid, KF_FLAG dwFlags, [In, Optional] IntPtr hToken, [Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszPath, uint cchPath);
System\Windows\Documents\MsSpellCheckLib\RCW.cs (26)
116void RemoteNext([In] uint celt, [MarshalAs(UnmanagedType.LPWStr)] out string rgelt, out uint pceltFetched);
119void Skip([In] uint celt);
176void Invoke([In, MarshalAs(UnmanagedType.Interface)] ISpellChecker sender);
197IEnumSpellingError Check([In, MarshalAs(UnmanagedType.LPWStr)] string text);
201IEnumString Suggest([In, MarshalAs(UnmanagedType.LPWStr)] string word);
204void Add([In, MarshalAs(UnmanagedType.LPWStr)] string word);
207void Ignore([In, MarshalAs(UnmanagedType.LPWStr)] string word);
210void AutoCorrect([In, MarshalAs(UnmanagedType.LPWStr)] string from, [In, MarshalAs(UnmanagedType.LPWStr)] string to);
213byte GetOptionValue([In, MarshalAs(UnmanagedType.LPWStr)] string optionId);
237uint add_SpellCheckerChanged([In, MarshalAs(UnmanagedType.Interface)] ISpellCheckerChangedEventHandler handler);
240void remove_SpellCheckerChanged([In] uint eventCookie);
244IOptionDescription GetOptionDescription([In, MarshalAs(UnmanagedType.LPWStr)] string optionId);
248IEnumSpellingError ComprehensiveCheck([In, MarshalAs(UnmanagedType.LPWStr)] string text);
268int IsSupported([In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
272ISpellChecker CreateSpellChecker([In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
285void RegisterUserDictionary([In, MarshalAs(UnmanagedType.LPWStr)] string dictionaryPath, [In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
288void UnregisterUserDictionary([In, MarshalAs(UnmanagedType.LPWStr)] string dictionaryPath, [In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
303public extern virtual ISpellChecker CreateSpellChecker([In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
306public extern virtual int IsSupported([In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
309public extern virtual void RegisterUserDictionary([In, MarshalAs(UnmanagedType.LPWStr)] string dictionaryPath, [In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
312public extern virtual void UnregisterUserDictionary([In, MarshalAs(UnmanagedType.LPWStr)] string dictionaryPath, [In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
System\Windows\Standard\NativeMethods.cs (17)
2299private static extern bool _ChangeWindowMessageFilterEx(IntPtr hwnd, WM message, MSGFLT action, [In, Out, Optional] ref CHANGEFILTERSTRUCT pChangeFilterStruct);
2378private static extern SafeHBITMAP _CreateDIBSection(SafeDC hdc, [In] ref BITMAPINFO bitmapInfo, int iUsage, [Out] out IntPtr ppvBits, IntPtr hSection, int dwOffset);
2381private static extern SafeHBITMAP _CreateDIBSectionIntPtr(IntPtr hdc, [In] ref BITMAPINFO bitmapInfo, int iUsage, [Out] out IntPtr ppvBits, IntPtr hSection, int dwOffset);
2431private static extern IntPtr _CreateRectRgnIndirect([In] ref RECT lprc);
2647public static extern SafeFindHandle FindFirstFileW(string lpFileName, [In, Out, MarshalAs(UnmanagedType.LPStruct)] WIN32_FIND_DATAW lpFindFileData);
2652public static extern bool FindNextFileW(SafeFindHandle hndFindFile, [In, Out, MarshalAs(UnmanagedType.LPStruct)] WIN32_FIND_DATAW lpFindFileData);
2744private static extern bool _GetMonitorInfo(IntPtr hMonitor, [In, Out] MONITORINFO lpmi);
2814public static extern void SetWindowThemeAttribute([In] IntPtr hwnd, [In] WINDOWTHEMEATTRIBUTETYPE eAttribute, [In] ref WTA_OPTIONS pvAttribute, [In] uint cbAttribute);
2888private static extern short _RegisterClassEx([In] ref WNDCLASSEX lpwcx);
3014private static extern bool _SystemParametersInfo_NONCLIENTMETRICS(SPI uiAction, int uiParam, [In, Out] ref NONCLIENTMETRICS pvParam, SPIF fWinIni);
3019private static extern bool _SystemParametersInfo_HIGHCONTRAST(SPI uiAction, int uiParam, [In, Out] ref HIGHCONTRAST pvParam, SPIF fWinIni);
3229public static extern void SHGetItemFromDataObject(IDataObject pdtobj, DOGIF dwFlags, [In] ref Guid riid, [Out, MarshalAs(UnmanagedType.Interface)] out object ppv);
3232public static extern HRESULT SHCreateItemFromParsingName([MarshalAs(UnmanagedType.LPWStr)] string pszPath, IBindCtx pbc, [In] ref Guid riid, [Out, MarshalAs(UnmanagedType.Interface)] out object ppv);
3236public static extern bool Shell_NotifyIcon(NIM dwMessage, [In] NOTIFYICONDATA lpdata);
System\Windows\Standard\ShellProvider.cs (62)
394void Next(uint celt, [In] ref Guid riid, [Out, MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.IUnknown, IidParameterIndex = 1, SizeParamIndex = 0)] object[] rgelt, [Out] out uint pceltFetched);
421object GetAt([In] uint uiIndex, [In] ref Guid riid);
434new object GetAt([In] uint uiIndex, [In] ref Guid riid);
453void GetValue([In] ref PKEY pkey, [In, Out] PROPVARIANT pv);
455void SetValue([In] ref PKEY pkey, PROPVARIANT pv);
468[In] IntPtr hwnd,
469[In] IBindCtx pbc,
470[In, MarshalAs(UnmanagedType.LPWStr)] string pszDisplayName,
471[In, Out] ref int pchEaten,
473[In, Out] ref uint pdwAttributes);
476[In] IntPtr hwnd,
477[In] SHCONTF grfFlags);
483[In] IntPtr pidl,
484[In] IBindCtx pbc,
485[In] ref Guid riid);
489object BindToStorage([In] IntPtr pidl, [In] IBindCtx pbc, [In] ref Guid riid);
499HRESULT CompareIDs([In] IntPtr lParam, [In] IntPtr pidl1, [In] IntPtr pidl2);
511object CreateViewObject([In] IntPtr hwndOwner, [In] ref Guid riid);
519[In] uint cidl,
520[In] IntPtr apidl,
521[In, Out] ref SFGAO rgfInOut);
529[In] IntPtr hwndOwner,
530[In] uint cidl,
531[In, MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.SysInt, SizeParamIndex = 2)] IntPtr apidl,
532[In] ref Guid riid,
533[In, Out] ref uint rgfReserved);
542void GetDisplayNameOf([In] IntPtr pidl, [In] SHGDN uFlags, [Out] out IntPtr pName);
547void SetNameOf([In] IntPtr hwnd,
548[In] IntPtr pidl,
549[In, MarshalAs(UnmanagedType.LPWStr)] string pszName,
550[In] SHGDN uFlags,
565object BindToHandler(IBindCtx pbc, [In] ref Guid bhid, [In] ref Guid riid);
585object BindToHandler(IBindCtx pbc, [In] ref Guid rbhid, [In] ref Guid riid);
588object GetPropertyStore(int flags, [In] ref Guid riid);
591object GetPropertyDescriptionList([In] ref PKEY keyType, [In] ref Guid riid);
615new object BindToHandler([In] IBindCtx pbc, [In] ref Guid bhid, [In] ref Guid riid);
626[In] ref Guid riid);
632[In] ref Guid riid);
639[In] ref Guid riid);
644[In] ref Guid riid);
675void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile, int cchMaxPath, [In, Out] WIN32_FIND_DATAW pfd, SLGP fFlags);
773void SetAppID([In, MarshalAs(UnmanagedType.LPWStr)] string pszAppID);
806object GetList([In] APPDOCLISTTYPE listtype, [In] uint cItemsDesired, [In] ref Guid riid);
817void SetAppID([In, MarshalAs(UnmanagedType.LPWStr)] string pszAppID);
821object BeginList(out uint pcMaxSlots, [In] ref Guid riid);
834object GetRemovedDestinations([In] ref Guid riid);
PresentationUI (2)
ReachFramework (389)
Serialization\RCW\IXpsOMObjectFactory.cs (79)
31IXpsOMPackage CreatePackageFromFile([MarshalAs(UnmanagedType.LPWStr)] [In] string fileName, [In] int reuseObjects);
35IXpsOMPackage CreatePackageFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream stream, [In] int reuseObjects);
39IXpsOMStoryFragmentsResource CreateStoryFragmentsResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
43IXpsOMDocumentStructureResource CreateDocumentStructureResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
47IXpsOMSignatureBlockResource CreateSignatureBlockResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
51IXpsOMRemoteDictionaryResource CreateRemoteDictionaryResource([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMDictionary dictionary, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
55IXpsOMRemoteDictionaryResource CreateRemoteDictionaryResourceFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream dictionaryMarkupStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri dictionaryPartUri, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartResources resources);
63IXpsOMDocumentSequence CreateDocumentSequence([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
67IXpsOMDocument CreateDocument([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
71IXpsOMPageReference CreatePageReference([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref XPS_SIZE advisoryPageDimensions);
75IXpsOMPage CreatePage([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref XPS_SIZE pageDimensions, [MarshalAs(UnmanagedType.LPWStr)] [In] string language, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
79IXpsOMPage CreatePageFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream pageMarkupStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartResources resources, [In] int reuseObjects);
87IXpsOMGlyphs CreateGlyphs([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource fontResource);
99IXpsOMGeometryFigure CreateGeometryFigure([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT startPoint);
103IXpsOMMatrixTransform CreateMatrixTransform([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_MATRIX")] [In] ref XPS_MATRIX matrix);
107IXpsOMSolidColorBrush CreateSolidColorBrush([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] [In] ref XPS_COLOR color, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMColorProfileResource colorProfile);
111IXpsOMColorProfileResource CreateColorProfileResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
115IXpsOMImageBrush CreateImageBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMImageResource image, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref XPS_RECT viewbox, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref XPS_RECT viewport);
119IXpsOMVisualBrush CreateVisualBrush([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref XPS_RECT viewbox, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref XPS_RECT viewport);
123IXpsOMImageResource CreateImageResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_IMAGE_TYPE")] [In] XPS_IMAGE_TYPE contentType, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
127IXpsOMPrintTicketResource CreatePrintTicketResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
131IXpsOMFontResource CreateFontResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_FONT_EMBEDDING")] [In] XPS_FONT_EMBEDDING fontEmbedding, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri, [In] int isObfSourceStream);
135IXpsOMGradientStop CreateGradientStop([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] [In] ref XPS_COLOR color, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMColorProfileResource colorProfile, [In] float offset);
139IXpsOMLinearGradientBrush CreateLinearGradientBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop1, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop2, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT startPoint, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT endPoint);
143IXpsOMRadialGradientBrush CreateRadialGradientBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop1, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop2, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT centerPoint, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT gradientOrigin, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref XPS_SIZE radiiSizes);
147IXpsOMCoreProperties CreateCoreProperties([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
159IXpsOMPackageWriter CreatePackageWriterOnFile([MarshalAs(UnmanagedType.LPWStr)] [In] string fileName, [In] IntPtr securityAttributes, [In] uint flagsAndAttributes, [In] int optimizeMarkupSize, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_INTERLEAVING")] [In] XPS_INTERLEAVING interleaving, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri documentSequencePartName, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMCoreProperties coreProperties, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMImageResource packageThumbnail, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPrintTicketResource documentSequencePrintTicket, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri discardControlPartName);
163IXpsOMPackageWriter CreatePackageWriterOnStream([MarshalAs(UnmanagedType.Interface)] [In] ISequentialStream outputStream, [In] int optimizeMarkupSize, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_INTERLEAVING")] [In] XPS_INTERLEAVING interleaving, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri documentSequencePartName, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMCoreProperties coreProperties, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMImageResource packageThumbnail, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPrintTicketResource documentSequencePrintTicket, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri discardControlPartName);
167IOpcPartUri CreatePartUri([MarshalAs(UnmanagedType.LPWStr)] [In] string uri);
171IStream CreateReadOnlyStreamOnFile([MarshalAs(UnmanagedType.LPWStr)] [In] string fileName);
Replay (3)
Roslyn.Test.PdbUtilities (1)
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComTypes\ITypeInfo.cs (2)
308void GetIDsOfNames([MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPWStr, SizeParamIndex = 1), In] string[] rgszNames, int cNames, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1), Out] int[] pMemId);
314void CreateInstance([MarshalAs(UnmanagedType.IUnknown)] object? pUnkOuter, [In] ref Guid riid, [MarshalAs(UnmanagedType.IUnknown), Out] out object ppvObj);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComTypes\ITypeInfo2.cs (2)
21new void GetIDsOfNames([MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPWStr, SizeParamIndex = 1), In] string[] rgszNames, int cNames, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1), Out] int[] pMemId);
27new void CreateInstance([MarshalAs(UnmanagedType.IUnknown)] object? pUnkOuter, [In] ref Guid riid, [MarshalAs(UnmanagedType.IUnknown), Out] out object ppvObj);
System.Runtime.InteropServices (9)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms.Primitives (1)
UIAutomationClient (1)
UIAutomationClientSideProviders (19)
MS\Win32\UnsafeNativeMethods.cs (16)
69internal static extern int AccessibleChildren(Accessibility.IAccessible paccContainer, int iChildStart, int cChildren, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 2), In, Out] object[] rgvarChildren, out int pcObtained);
71internal static extern int AccessibleObjectFromWindow(IntPtr hwnd, int idObject, ref Guid iid, [In, Out, MarshalAs(UnmanagedType.IUnknown)] ref object ppvObject);
73internal static extern int ObjectFromLresult(IntPtr lResult, ref Guid iid, IntPtr wParam, [In, Out] ref IAccessible ppvObject);
147public static extern bool GetMenuItemInfo(IntPtr hMenu, int uItem, bool fByPosition, [In, Out] ref NativeMethods.MENUITEMINFO menuItemInfo);
157internal static extern IntPtr DispatchMessage([In] ref NativeMethods.MSG msg);
159internal static extern int GetMessage([In, Out] ref NativeMethods.MSG msg, IntPtr hWnd, int uMsgFilterMin, int uMsgFilterMax);
161internal static extern bool PeekMessage([In, Out] ref NativeMethods.MSG msg, IntPtr hwnd, int uMsgFilterMin, int uMsgFilterMax, int wRemoveMsg);
175internal static extern bool TranslateMessage([In, Out] ref NativeMethods.MSG msg);
226internal static extern bool GetComboBoxInfo(IntPtr hwnd, [In, Out] ref NativeMethods.COMBOBOXINFO cbInfo);
232internal static extern bool GetCursorPos([In, Out] ref NativeMethods.Win32Point pt);
234internal static extern bool GetPhysicalCursorPos([In, Out] ref NativeMethods.Win32Point pt);
246internal static extern bool GetScrollBarInfo(IntPtr hwnd, int fnBar, [In, Out] ref NativeMethods.ScrollBarInfo lpsi);
248internal static extern bool GetScrollInfo(IntPtr hwnd, int fnBar, [In, Out] ref NativeMethods.ScrollInfo lpsi);
256internal static extern bool EnumThreadWindows(uint threadId, EnumThreadWndProc lpEnumFunc, [In, Out] ref ENUMTOOLTIPWINDOWINFO lParam);
260internal static extern bool GetClientRect(IntPtr hWnd, [In, Out] ref NativeMethods.Win32Rect rect);
266internal static extern bool GetWindowRect(IntPtr hWnd, [In, Out] ref NativeMethods.Win32Rect rect);
UIAutomationTypes (216)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (211)
159internal static extern bool ShellExecuteEx([In, Out] ShellExecuteInfo lpExecInfo);
219internal static extern int ObjectFromLresult(IntPtr lResult, ref Guid iid, IntPtr wParam, [In, Out] ref IAccessible ppvObject);
304public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] NativeMethods.BITMAP bm);
708internal static extern IntPtr LoadLibraryEx([In][MarshalAs(UnmanagedType.LPTStr)] string lpFileName, IntPtr hFile, [In] LoadLibraryFlags dwFlags);
737[In] GetModuleHandleFlags dwFlags,
738[In][Optional][MarshalAs(UnmanagedType.LPTStr)] string lpModuleName,
743internal static extern bool FreeLibrary([In] IntPtr hModule);
763public static extern bool SystemParametersInfo(int nAction, int nParam, [In, Out] NativeMethods.NONCLIENTMETRICS metrics, int nUpdate);
820private static extern IntPtr IntBeginPaint(HandleRef hWnd, [In, Out] ref NativeMethods.PAINTSTRUCT lpPaint);
822public static IntPtr BeginPaint(HandleRef hWnd, [In, Out, MarshalAs(UnmanagedType.LPStruct)] ref NativeMethods.PAINTSTRUCT lpPaint)
829public static bool EndPaint(HandleRef hWnd, [In, MarshalAs(UnmanagedType.LPStruct)] ref NativeMethods.PAINTSTRUCT lpPaint)
970private static extern NativeMethods.IconHandle PrivateCreateIconIndirect([In, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.ICONINFO iconInfo);
971internal static NativeMethods.IconHandle CreateIconIndirect([In, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.ICONINFO iconInfo)
1081[In, MarshalAs(UnmanagedType.Interface)]
1083[In, MarshalAs(UnmanagedType.U4)]
1085[In, MarshalAs(UnmanagedType.U8)]
1087[In, Out]
1092[In, MarshalAs(UnmanagedType.U4)]
1094[In, MarshalAs(UnmanagedType.U8)]
1096[In, Out]
1104[In, MarshalAs(UnmanagedType.Interface)]
1106[In, MarshalAs(UnmanagedType.U4)]
1108[In, MarshalAs(UnmanagedType.U8)]
1110[In, Out]
1120[In, MarshalAs(UnmanagedType.U4)]
1125[In, MarshalAs(UnmanagedType.U4)]
1151[In, MarshalAs(UnmanagedType.U4)]
1156[In]
1158[In, MarshalAs(UnmanagedType.U4)]
1176[In, MarshalAs(UnmanagedType.U4)]
1178[In, MarshalAs(UnmanagedType.U4)]
1223[In, Out]
1245[In]
1263[In, MarshalAs(UnmanagedType.U4)]
1271[In, MarshalAs(UnmanagedType.U4)]
1286[In, MarshalAs(UnmanagedType.Interface)]
1288[In, MarshalAs(UnmanagedType.BStr)]
1297[In, MarshalAs(UnmanagedType.U4)]
1322[In]
1327[In]
1332[In, MarshalAs(UnmanagedType.Interface)]
1334[In, MarshalAs(UnmanagedType.LPWStr)]
1339[In]
1341[In, Out]
1346[In]
1348[In]
1350[In]
1355[In]
1360[In, MarshalAs(UnmanagedType.LPWStr)]
1369[In]
1371[In, MarshalAs(UnmanagedType.U2)]
1450[In]
1455[In]
1459[In, MarshalAs(UnmanagedType.Interface)]
1461[In, MarshalAs(UnmanagedType.LPWStr)]
1478[In]
1488[In]
1490[In]
1518[In] NativeMethods.COMRECT lprcPosRect,
1519[In] NativeMethods.COMRECT lprcClipRect);
1531[In, MarshalAs(UnmanagedType.Interface)]
1538[In, MarshalAs(UnmanagedType.LPWStr)]
1540[In, MarshalAs(UnmanagedType.LPWStr)]
1548[In, MarshalAs(UnmanagedType.U4)]
1550[In, MarshalAs(UnmanagedType.Interface)]
1555[In, MarshalAs(UnmanagedType.U4)]
1557[In, MarshalAs(UnmanagedType.U4)]
1564[In, MarshalAs(UnmanagedType.Interface)]
1568[In, MarshalAs(UnmanagedType.U4)]
1573[In, MarshalAs(UnmanagedType.U4)]
1581[In]
1583[In, MarshalAs(UnmanagedType.Interface)]
1589[In]
1603[In, Out]
1608[In, MarshalAs(UnmanagedType.U4)]
1615[In, MarshalAs(UnmanagedType.U4)]
1617[In]
1622[In, MarshalAs(UnmanagedType.U4)]
1634[In, MarshalAs(UnmanagedType.U4)]
1642[In, MarshalAs(UnmanagedType.U4)]
1648[In]
1657[In, MarshalAs(UnmanagedType.Interface)]
1665[In, MarshalAs(UnmanagedType.LPWStr)]
1667[In, MarshalAs(UnmanagedType.LPWStr)]
1677[In, MarshalAs(UnmanagedType.U4)]
1679[In, MarshalAs(UnmanagedType.Interface)]
1684[In, MarshalAs(UnmanagedType.U4)]
1686[In, MarshalAs(UnmanagedType.U4)]
1693[In, MarshalAs(UnmanagedType.Interface)]
1697[In, MarshalAs(UnmanagedType.U4)]
1702[In, MarshalAs(UnmanagedType.U4)]
1710[In]
1712[In, MarshalAs(UnmanagedType.Interface)]
1718[In]
1732[In, Out]
1737[In, MarshalAs(UnmanagedType.U4)]
1744[In, MarshalAs(UnmanagedType.U4)]
1746[In]
1751[In, MarshalAs(UnmanagedType.U4)]
1758[In, MarshalAs(UnmanagedType.Interface)]
1764[In, MarshalAs(UnmanagedType.U4)]
1772[In, MarshalAs(UnmanagedType.U4)]
1778[In]
1783[In, MarshalAs(UnmanagedType.U4)] int msg,
1784[In, MarshalAs(UnmanagedType.U4)] int wParam,
1785[In, MarshalAs(UnmanagedType.U4)] int lParam,
1808[In, MarshalAs(UnmanagedType.Interface)] object pUnkSink,
1824[In, MarshalAs(UnmanagedType.U4)]
1826[In, Out]
1832[In, MarshalAs(UnmanagedType.U4)]
1856[In, MarshalAs(UnmanagedType.U4)]
1873int FindConnectionPoint([In] ref Guid guid, [Out, MarshalAs(UnmanagedType.Interface)] out IConnectionPoint ppCP);
2051void Navigate([In] string Url, [In] ref object flags,
2052[In] ref object targetFrameName, [In] ref object postData,
2053[In] ref object headers);
2059void Refresh2([In] ref object level);
2107void PutProperty([In] string property, [In] object vtValue);
2109object GetProperty([In] string property);
2134void Navigate2([In] ref object URL, [In] ref object flags,
2135[In] ref object targetFrameName, [In] ref object postData,
2136[In] ref object headers);
2139OLECMDF QueryStatusWB([In] int cmdID);
2141void ExecWB([In] OLECMDID cmdID,
2142[In] OLECMDEXECOPT cmdexecopt,
2146void ShowBrowserBar([In] ref object pvaClsid, [In] ref object pvarShow,
2147[In] ref object pvarSize);
2172void StatusTextChange([In] string text);
2174void ProgressChange([In] int progress, [In] int progressMax);
2176void CommandStateChange([In] long command, [In] bool enable);
2182void TitleChange([In] string text);
2184void PropertyChange([In] string szProperty);
2186void PrintTemplateInstantiation([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp);
2188void PrintTemplateTeardown([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp);
2190void UpdatePageStatus([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp,
2191[In] ref object nPage, [In] ref object fDone);
2193void BeforeNavigate2([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp,
2194[In] ref object URL, [In] ref object flags,
2195[In] ref object targetFrameName, [In] ref object postData,
2196[In] ref object headers, [In, Out] ref bool cancel);
2198void NewWindow2([In, Out, MarshalAs(UnmanagedType.IDispatch)] ref object pDisp,
2199[In, Out] ref bool cancel);
2201void NavigateComplete2([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp,
2202[In] ref object URL);
2204void DocumentComplete([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp,
2205[In] ref object URL);
2209void OnVisible([In] bool visible);
2211void OnToolBar([In] bool toolBar);
2213void OnMenuBar([In] bool menuBar);
2215void OnStatusBar([In] bool statusBar);
2217void OnFullScreen([In] bool fullScreen);
2219void OnTheaterMode([In] bool theaterMode);
2221void WindowSetResizable([In] bool resizable);
2223void WindowSetLeft([In] int left);
2225void WindowSetTop([In] int top);
2227void WindowSetWidth([In] int width);
2229void WindowSetHeight([In] int height);
2231void WindowClosing([In] bool isChildWindow, [In, Out] ref bool cancel);
2233void ClientToHostWindow([In, Out] ref long cx, [In, Out] ref long cy);
2235void SetSecureLockIcon([In] int secureLockIcon);
2237void FileDownload([In, Out] ref bool ActiveDocument, [In, Out] ref bool cancel);
2239void NavigateError([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp,
2240[In] ref object URL, [In] ref object frame, [In] ref object statusCode, [In, Out] ref bool cancel);
2242void PrivacyImpactedStateChange([In] bool bImpacted);
2258[In, MarshalAs(UnmanagedType.U4)]
2261[In, MarshalAs(UnmanagedType.Interface)]
2263[In, MarshalAs(UnmanagedType.Interface)]
2269[In, Out]
2275[In, MarshalAs(UnmanagedType.I4)]
2277[In]
2279[In]
2281[In]
2283[In]
2297[In, MarshalAs(UnmanagedType.Bool)]
2303[In, MarshalAs(UnmanagedType.Bool)]
2309[In, MarshalAs(UnmanagedType.Bool)]
2315[In]
2317[In]
2324[In]
2326[In]
2328[In, MarshalAs(UnmanagedType.I4)]
2336[In, MarshalAs(UnmanagedType.U4)]
2342[In, MarshalAs(UnmanagedType.Interface)]
2356[In, MarshalAs(UnmanagedType.U4)]
2358[In, MarshalAs(UnmanagedType.LPWStr)]
2455int Write([In, MarshalAs(UnmanagedType.SafeArray)] object[] psarray);
2456int WriteLine([In, MarshalAs(UnmanagedType.SafeArray)] object[] psarray);
2638[In, MarshalAs(UnmanagedType.Interface)]
2642[In, MarshalAs(UnmanagedType.Interface)] object pstm,
2643[In, MarshalAs(UnmanagedType.Bool)] bool fClearDirty);
2655[In, Out] NativeMethods.RAWINPUTDEVICELIST[] ridl,
2656[In, Out] ref uint numDevices,
2663[In] ref NativeMethods.RID_DEVICE_INFO ridInfo,
vbc (3)
VBCSCompiler (4)
WindowsFormsIntegration (2)
9 references to In
Microsoft.CodeAnalysis.Test.Utilities (1)
mscorlib (1)
netstandard (1)
System.Private.CoreLib (4)
System.Runtime (1)
System.Runtime.InteropServices (1)