16 references to SyntaxFactoryExtensions
Microsoft.Interop.ComInterfaceGenerator (7)
ComClassGenerator.cs (1)
12
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
ComInterfaceGenerator.cs (1)
14
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshallers\KeepAliveThisMarshaller.cs (1)
9
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshallers\ManagedHResultExceptionGeneratorResolver.cs (1)
10
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshallers\ObjectUnwrapperResolver.cs (1)
9
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshallers\StructAsHResultMarshallerFactory.cs (1)
9
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
VirtualMethodPointerStubGenerator.cs (1)
11
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
79
setupStatements.Add(
SyntaxFactoryExtensions
.Declare(PredefinedType(Token(SyntaxKind.BoolKeyword)), InvokeSucceededIdentifier, initializeToDefault: true));
JSImportCodeGenerator.cs (1)
87
setupStatements.Add(
SyntaxFactoryExtensions
.Declare(PredefinedType(Token(SyntaxKind.BoolKeyword)), InvokeSucceededIdentifier, initializeToDefault: true));
Microsoft.Interop.SourceGeneration (7)
ManagedToNativeStubGenerator.cs (1)
11
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshalling\DelegateMarshaller.cs (1)
9
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshalling\ElementsMarshalling.cs (1)
12
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshalling\MarshallerHelpers.cs (1)
10
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshalling\StatefulMarshallingStrategy.cs (1)
9
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
Marshalling\StatelessMarshallingStrategy.cs (1)
10
using static Microsoft.Interop.
SyntaxFactoryExtensions
;
VariableDeclarations.cs (1)
8
using static Microsoft.Interop.
SyntaxFactoryExtensions
;