Method CreateLexicalBlockFile
CreateLexicalBlockFile(DIScope?, DIFile?, uint)
Creates a DILexicalBlockFile
DILexicalBlockFile CreateLexicalBlockFile(DIScope? scope, DIFile? file, uint discriminator)
Parameters
scope
DIScopeDIScope for the block
file
DIFilediscriminator
uintDiscriminator to disambiguate lexical blocks with the same file info
Returns
- DILexicalBlockFile
DILexicalBlockFile constructed from the parameters