3 instantiations of CompileToCSharpResult
Microsoft.AspNetCore.Razor.Test.Common.Tooling (3)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (3)
201var declaration = new CompileToCSharpResult 231return new CompileToCSharpResult 250return new CompileToCSharpResult
10 references to CompileToCSharpResult
Microsoft.AspNetCore.Razor.Test.Common.Tooling (6)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (6)
169protected CompileToCSharpResult CompileToCSharp(string cshtmlContent, bool throwOnFailure = true) 174protected CompileToCSharpResult CompileToCSharp(string cshtmlRelativePath, string cshtmlContent, bool throwOnFailure = true, RazorFileKind? fileKind = null) 201var declaration = new CompileToCSharpResult 262var cSharpResult = CompileToCSharp(cshtmlRelativePath, cshtmlContent); 266protected static CompileToAssemblyResult CompileToAssembly(CompileToCSharpResult cSharpResult, bool throwOnFailure = true) 323protected static void AssertSourceEquals(string expected, CompileToCSharpResult generated)
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (4)
Completion\BlazorDataAttributeCompletionItemProviderTest.cs (1)
219var result = CompileToCSharp("Test.razor", content, throwOnFailure: false, fileKind: actualFileKind);
Completion\DirectiveAttributeCompletionItemProviderBaseTest.cs (1)
235var result = CompileToCSharp(testCode.Text, throwOnFailure: false);
Completion\DirectiveAttributeCompletionItemProviderTest.AttributeNames.cs (1)
42var result = CompileToCSharp(content, throwOnFailure: false);
Completion\DirectiveAttributeEventParameterCompletionItemProviderTest.cs (1)
34var result = CompileToCSharp(content, throwOnFailure: false);