8 references to Setup
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
48
if (context.CurrentStage == StubIdentifierContext.Stage.
Setup
)
Microsoft.Interop.SourceGeneration (7)
GeneratedStatements.cs (2)
33
Setup = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Setup
}),
179
StubIdentifierContext.Stage.
Setup
=> "Perform required setup.",
Marshalling\BlittableMarshaller.cs (1)
69
case StubIdentifierContext.Stage.
Setup
:
Marshalling\BoolMarshaller.cs (1)
56
case StubIdentifierContext.Stage.
Setup
:
Marshalling\CharMarshaller.cs (1)
86
case StubIdentifierContext.Stage.
Setup
:
Marshalling\CustomTypeMarshallingGenerator.cs (1)
33
case StubIdentifierContext.Stage.
Setup
:
Marshalling\DelegateMarshaller.cs (1)
36
case StubIdentifierContext.Stage.
Setup
: