1 write to _resolvedWithoutErrors
Microsoft.Interop.SourceGeneration (1)
Marshalling\ResolvedGenerator.cs (1)
16
public bool IsResolvedWithoutErrors =>
_resolvedWithoutErrors
??= IsResolved && Diagnostics.All(d => !d.IsFatal);