1 write to _typeDefinition
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DataflowAnalyzedTypeDefinitionNode.cs (1)
25_typeDefinition = typeDefinition;
6 references to _typeDefinition
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\DataflowAnalyzedTypeDefinitionNode.cs (6)
70if (_typeDefinition is MetadataType metadataType) 76bool suppressTrimAnalysisWarnings = _typeDefinition.DoesTypeRequire(DiagnosticUtilities.RequiresUnreferencedCodeAttribute, out _); 77bool suppressAotAnalysisWarnings = _typeDefinition.DoesTypeRequire(DiagnosticUtilities.RequiresDynamicCodeAttribute, out _); 84new MessageOrigin(_typeDefinition), 86_typeDefinition, 97return "Dataflow analysis for type definition " + _typeDefinition.ToString();