33 implementations of Execute
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalWrapper.cs (1)
29void ISourceGenerator.Execute(GeneratorExecutionContext context) => throw ExceptionUtilities.Unreachable();
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
14711public void Execute(GeneratorExecutionContext context) => throw new System.Exception("THROW"); 14756public void Execute(GeneratorExecutionContext context) { }
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
ConvertToRecord\ConvertToRecordCodeRefactoringTests.cs (1)
4522public void Execute(GeneratorExecutionContext context)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
609public void Execute(GeneratorExecutionContext context)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Rename\CSharp\SourceGeneratorTests.vb (1)
84Public Sub Execute(context As GeneratorExecutionContext) Implements ISourceGenerator.Execute
Microsoft.CodeAnalysis.Rebuild.UnitTests (2)
DeterministicKeyBuilderTests.Helpers.cs (2)
46public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 53public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException();
Microsoft.CodeAnalysis.Test.Utilities (3)
SourceGeneration\TestGenerators.cs (2)
37public void Execute(GeneratorExecutionContext context) 67public void Execute(GeneratorExecutionContext context)
SourceGeneration\TestSourceGenerator.cs (1)
17public void Execute(GeneratorExecutionContext context)
Microsoft.CodeAnalysis.TestAnalyzerReference (1)
HelloWorldGenerator.cs (1)
23public void Execute(GeneratorExecutionContext context)
Microsoft.CodeAnalysis.UnitTests (6)
Analyzers\AnalyzerFileReferenceTests.cs (6)
619public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 635public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 685public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 691public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 698public virtual void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 740public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException();
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
SourceGeneration\GeneratorDriverTests.vb (2)
756Public Sub Execute(context As GeneratorExecutionContext) Implements ISourceGenerator.Execute 808Public Sub Execute(context As GeneratorExecutionContext) Implements ISourceGenerator.Execute
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Roslyn3.11.cs (1)
24public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.ComplianceReports (1)
ComplianceReportsGenerator.cs (1)
50public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
343public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
343public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.Logging.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
343public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.Metrics.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
343public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.MetricsReports (1)
MetricsReportsGenerator.cs (1)
42public void Execute(GeneratorExecutionContext context)
Microsoft.Gen.MetricsReports.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
343public void Execute(GeneratorExecutionContext context)
Microsoft.ML.AutoML.SourceGenerator (4)
EstimatorTypeGenerator.cs (1)
23public void Execute(GeneratorExecutionContext context)
SearchSpaceGenerator.cs (1)
20public void Execute(GeneratorExecutionContext context)
SweepableEstimatorFactoryGenerator.cs (1)
20public void Execute(GeneratorExecutionContext context)
SweepableEstimatorGenerator.cs (1)
19public void Execute(GeneratorExecutionContext context)
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Roslyn3.11.cs (1)
44public void Execute(GeneratorExecutionContext executionContext)
10 references to Execute
Microsoft.CodeAnalysis (7)
SourceGeneration\GeneratorAdaptor.cs (1)
65SourceGenerator.Execute(generatorExecutionContext);
SourceGeneration\GeneratorContexts.cs (4)
16/// Context passed to a source generator when <see cref="ISourceGenerator.Execute(GeneratorExecutionContext)"/> is called 153/// During <see cref="ISourceGenerator.Execute(GeneratorExecutionContext)"/> the generator can obtain the <see cref="ISyntaxReceiver"/> instance that was 175/// During <see cref="ISourceGenerator.Execute(GeneratorExecutionContext)"/> the generator can obtain the <see cref="ISyntaxContextReceiver"/> instance that was 179/// A new instance of <see cref="ISyntaxContextReceiver"/> is created prior to every call to <see cref="ISourceGenerator.Execute(GeneratorExecutionContext)"/>,
SourceGeneration\ISyntaxReceiver.cs (2)
19/// <see cref="ISourceGenerator.Execute(GeneratorExecutionContext)"/> the generator can obtain the 59/// During <see cref="ISourceGenerator.Execute(GeneratorExecutionContext)"/> the generator can obtain the
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Rename\CSharp\SourceGeneratorTests.vb (1)
84Public Sub Execute(context As GeneratorExecutionContext) Implements ISourceGenerator.Execute
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
SourceGeneration\GeneratorDriverTests.vb (2)
756Public Sub Execute(context As GeneratorExecutionContext) Implements ISourceGenerator.Execute 808Public Sub Execute(context As GeneratorExecutionContext) Implements ISourceGenerator.Execute