6 references to LocalFunctionStatement
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (2)
CodeGeneration\SyntaxGeneratorTests.cs (2)
3454var local = LocalFunctionStatement(PredefinedType(VoidKeyword), "p"); 3490var local = LocalFunctionStatement(PredefinedType(VoidKeyword), "p");
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
430return LocalFunctionStatement(
JSImportGenerator.cs (1)
353return LocalFunctionStatement(
Microsoft.Interop.LibraryImportGenerator (1)
LibraryImportGenerator.cs (1)
442LocalFunctionStatementSyntax localDllImport = LocalFunctionStatement(returnType, stubTargetName)
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
318LocalFunctionStatementSyntax localDllImport = LocalFunctionStatement(returnType, stubTargetName)