1 write to _compilation
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
54
_compilation
= compilation;
3 references to _compilation
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
312
var resolver =
_compilation
.Options.XmlReferenceResolver;
516
Binder binder = BinderFactory.MakeCrefBinder(crefSyntax, memberDeclSyntax,
_compilation
.GetBinderFactory(memberDeclSyntax.SyntaxTree));
539
Binder binder = MakeNameBinder(isParameter, isTypeParameterRef, _memberSymbol,
_compilation
, originatingSyntax.SyntaxTree);