4 references to _compilation
ConfigurationSchemaGenerator (4)
ConfigSchemaEmitter.cs (4)
357
object[] args = [symbol,
_compilation
, /*preferredCulture:*/ null, /*expandIncludes:*/ true, /*expandInheritdoc:*/ true, default(CancellationToken)];
381
var typeSymbol =
_compilation
.GetBestTypeByMetadataName(type.FullName) as ITypeSymbol;
492
var typeSymbol =
_compilation
.GetBestTypeByMetadataName(type.FullName);
598
if (
_compilation
.GetBestTypeByMetadataName(enumTypeSpec.FullName) is { } enumType)