Search Results for

    Show / Hide Table of Contents

    Struct GeneratorRunResult

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct GeneratorRunResult

    Properties

    Diagnostics

    Declaration
    public ImmutableArray<Diagnostic> Diagnostics { get; }
    Property Value
    Type Description
    ImmutableArray<Diagnostic>

    Exception

    Declaration
    public Exception? Exception { get; }
    Property Value
    Type Description
    Exception

    GeneratedSources

    Declaration
    public ImmutableArray<GeneratedSourceResult> GeneratedSources { get; }
    Property Value
    Type Description
    ImmutableArray<GeneratedSourceResult>

    Generator

    Declaration
    public ISourceGenerator Generator { get; }
    Property Value
    Type Description
    ISourceGenerator

    HostOutputs

    Declaration
    public ImmutableDictionary<string, object> HostOutputs { get; }
    Property Value
    Type Description
    ImmutableDictionary<string, object>

    TrackedOutputSteps

    Declaration
    public ImmutableDictionary<string, ImmutableArray<IncrementalGeneratorRunStep>> TrackedOutputSteps { get; }
    Property Value
    Type Description
    ImmutableDictionary<string, ImmutableArray<IncrementalGeneratorRunStep>>

    TrackedSteps

    Declaration
    public ImmutableDictionary<string, ImmutableArray<IncrementalGeneratorRunStep>> TrackedSteps { get; }
    Property Value
    Type Description
    ImmutableDictionary<string, ImmutableArray<IncrementalGeneratorRunStep>>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0