2 writes to Variables
Microsoft.Interop.SourceGeneration (2)
VariableDeclarations.cs (2)
52Variables = variables.ToImmutable() 109Variables = variables.ToImmutable()
4 references to Variables
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
67.. declarations.Variables,
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
83setupStatements.AddRange(declarations.Variables);
JSImportCodeGenerator.cs (1)
91setupStatements.AddRange(declarations.Variables);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
132setupStatements.AddRange(declarations.Variables);