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