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